GET students/{userIdentifier}/bookings/notEnded?classTypes[0]={classTypes[0]}&classTypes[1]={classTypes[1]}
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user passes at least one of the following conditions: Authenticated user matches identifier given in "userIdentifier, studentIdentifier" uri parameter. Authenticated user is a staff member and is assigned to the same center as a user who matches identifier given in "userIdentifier, studentIdentifier" uri parameter. Authenticated user is a staff member and is assigned to the online center as a user who matches identifier given in "userIdentifier, studentIdentifier" uri parameter. Authenticated user matches identifier given in "userIdentifier, studentIdentifier" uri parameter.
- Authenticated user who is either StaffMember, Student
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
|
classTypes | Collection of PearsonEnglish.LearningServices.Core.Models.Enums.ClassTypes |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PearsonEnglish.LearningServices.Wse.Models.StudentsBookedClassWithMaterialUrlName | Description | Type | Additional information |
---|---|---|---|
BookingId | globally unique identifier |
None. |
|
ClassId | globally unique identifier |
None. |
|
ClassType | integer |
None. |
|
IsOnline | boolean |
None. |
|
RefClassId | string |
None. |
|
ClassUnit | integer |
None. |
|
StartDate | date |
None. |
|
Duration | integer |
None. |
|
EndDate | date |
None. |
|
BookMode | PearsonEnglish.LearningServices.Core.Models.Enums.BookModes |
None. |
|
ClassTypeName | string |
None. |
|
CancelAvailable | boolean |
None. |
|
Description | string |
None. |
|
CenterId | globally unique identifier |
None. |
|
CenterName | string |
None. |
|
MaterialsUrl | string |
None. |
|
IsTechnologyEnabledCenter | boolean |
None. |
|
IsZoomEnabledCenter | boolean |
None. |
|
IsScheduledInOnlineCenter | boolean |
None. |
|
StandbyNotificationType | PearsonEnglish.LearningServices.Core.Models.Enums.StandbyNotificationType |
None. |
|
BookModeModifiedDate | date |
None. |
|
IsStudentClassAccessed | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "BookingId": "97d8051d-f1db-4eae-94dc-ec9771dc835a", "ClassId": "0e0d73dd-e246-4727-9abc-aa471180d137", "ClassType": 3, "IsOnline": true, "RefClassId": "sample string 4", "ClassUnit": 1, "StartDate": "2024-12-20T14:16:44.4516624+00:00", "Duration": 6, "EndDate": "2024-12-20T14:16:44.4516624+00:00", "BookMode": 0, "ClassTypeName": "sample string 8", "CancelAvailable": true, "Description": "sample string 10", "CenterId": "ce73c860-369e-4d6b-9fa1-af2b22764dbd", "CenterName": "sample string 12", "MaterialsUrl": "sample string 13", "IsTechnologyEnabledCenter": true, "IsZoomEnabledCenter": true, "IsScheduledInOnlineCenter": true, "StandbyNotificationType": 1, "BookModeModifiedDate": "2024-12-20T14:16:44.4516624+00:00", "IsStudentClassAccessed": true }, { "BookingId": "97d8051d-f1db-4eae-94dc-ec9771dc835a", "ClassId": "0e0d73dd-e246-4727-9abc-aa471180d137", "ClassType": 3, "IsOnline": true, "RefClassId": "sample string 4", "ClassUnit": 1, "StartDate": "2024-12-20T14:16:44.4516624+00:00", "Duration": 6, "EndDate": "2024-12-20T14:16:44.4516624+00:00", "BookMode": 0, "ClassTypeName": "sample string 8", "CancelAvailable": true, "Description": "sample string 10", "CenterId": "ce73c860-369e-4d6b-9fa1-af2b22764dbd", "CenterName": "sample string 12", "MaterialsUrl": "sample string 13", "IsTechnologyEnabledCenter": true, "IsZoomEnabledCenter": true, "IsScheduledInOnlineCenter": true, "StandbyNotificationType": 1, "BookModeModifiedDate": "2024-12-20T14:16:44.4516624+00:00", "IsStudentClassAccessed": true } ]